- /* sdfzero.cpp by K.Tsuru */
- // function ID = 307 DARDIX, BRADIX
- /**************************************
- SDouble and SDecimal class
- make zero with the same type of d
- ***************************************/
- #ifndef SN_H
- #include "sn.h"
- #endif
-
- SDouble SDZero(const SDouble& d){
- uint sz = (d.CutDown()==DISABLE) ? d.Size() : minArraySize;
- SDouble zero(d.Type(), sz); // initialized by zero.
- return zero;
- }
sdfzero.cpp : last modifiled at 2015/12/04 10:34:13(427 bytes)
created at 2017/10/07 10:22:50
The creation time of this html file is 2017/10/07 11:29:39 (Sat Oct 07 11:29:39 2017).